From 61731c65aa8f1e720e761a7e9649683365440a26 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Wed, 8 Dec 2010 15:30:42 +0100 Subject: [PATCH] Annotate ColorButton get_color and get_rgba. --- gtk/gtkcolorbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index c363f3aa26..6d2548692f 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -721,7 +721,7 @@ gtk_color_button_set_alpha (GtkColorButton *color_button, /** * gtk_color_button_get_color: * @color_button: a #GtkColorButton. - * @color: a #GdkColor to fill in with the current color. + * @color: (out): a #GdkColor to fill in with the current color. * * Sets @color to be the current color in the #GtkColorButton widget. * @@ -780,7 +780,7 @@ gtk_color_button_set_rgba (GtkColorButton *color_button, /** * gtk_color_button_get_rgba: * @color_button: a #GtkColorButton. - * @rgba: a #GdkRGBA to fill in with the current color + * @rgba: (out): a #GdkRGBA to fill in with the current color * * Sets @rgba to be the current color in the #GtkColorButton widget. * -- 2.30.2